x86, microcode: Do not run microcode update in IRQ context.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 16 Sep 2008 12:40:59 +0000 (13:40 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 16 Sep 2008 12:40:59 +0000 (13:40 +0100)
commit524c71bcb77031cb8e3b2c170f5d7c31320b9d08
treeb00811272b9809ef13f27786097920313bc962b0
parent7441a335e4dc8b0a4f22bd22e37c793145d89aaf
x86, microcode: Do not run microcode update in IRQ context.

It's unnecessary, and also invalid since the update process tries to
allocate memory.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/microcode.c